Trivial doc adjustment.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:38:24 +0000 (23:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:38:24 +0000 (23:38 +0000)
gtk/gtktoolbar.c

index f6f12d26aa555b49b90c176c0f396e219b48c519..916f359a1ef0bbfd71206fd5ef2badc0a694b51d 100644 (file)
@@ -1292,8 +1292,9 @@ gtk_toolbar_prepend_element (GtkToolbar          *toolbar,
  * @user_data: any data you wish to pass to the callback.
  * @position: the number of widgets to insert this element after.
  *
- * Inserts a new element in the toolbar at the given position. If 
- * @type == %GTK_TOOLBAR_CHILD_WIDGET, @widget is used as the new element.
+ * Inserts a new element in the toolbar at the given position. 
+ *
+ * If @type == %GTK_TOOLBAR_CHILD_WIDGET, @widget is used as the new element.
  * If @type == %GTK_TOOLBAR_CHILD_RADIOBUTTON, @widget is used to determine
  * the radio group for the new element. In all other cases, @widget must
  * be %NULL.